home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_172.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  302 b   |  11 lines

  1. MAX (Maximum)
  2. Returns the largest number in the list of arguments (the maximum value found).
  3.  
  4. Format: MAX (number1, number2,...)
  5.  
  6. Argument:
  7. ΓÇó  number1, number2: A number, cell reference, or range.
  8.  
  9. Example:
  10. MAX (5, -2.2, -11) returns 5.
  11. Shows that 5 is the largest (maximum) number found in the list.